Load dired.el at run time too.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Dec 2007 19:13:39 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Dec 2007 19:13:39 +0000 (19:13 +0000)
lisp/dired-aux.el

index 8d0f184eb7cf83f36ed3706c10448ad493ce23a5..e56b9e44a3a37c184f9da23b051b6eded1fd2476 100644 (file)
@@ -37,7 +37,7 @@
 ;;; Code:
 
 ;; We need macros in dired.el to compile properly.
-(eval-when-compile (require 'dired))
+(require 'dired)
 
 (defvar dired-create-files-failures nil
   "Variable where `dired-create-files' records failing file names.